home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ETO Development Tools 4
/
ETO Development Tools 4.iso
/
Tools - Objects
/
Macintosh Programmer’s Workshop
/
MPW 3.2
/
MPW
/
Suspend
< prev
next >
Wrap
Text File
|
1991-04-17
|
624b
|
38 lines
# Suspend - MPW Shell Suspend File
#
# Copyright Apple Computer, Inc. 1986-1989
# All Rights Reserved.
Begin
# Save all variables, exports, aliases, and menus.
Set
Export
Alias
AddMenu
# Save the current directory.
Quote Directory `Directory`
# Save the windows.
Windows -o
# Save projector state.
Echo Set Exit 0
mountProject
(checkoutdir -r -m || set status 0) ≥ dev:null
Echo "Project " "`Project -q`"
Echo Set Exit 1
# Write it all to a temporary file.
End > "{ShellDirectory}MPW.SuspendState"
# User tasks.
Save "{Worksheet}"